home *** CD-ROM | disk | FTP | other *** search
Makefile | 1997-01-30 | 606 b | 23 lines | [TEXT/MPS ] |
- #
- # Echo.makefile
- #
- # MPW makefile for Echo NDCD
- #
- # Copyright © 1993, Apple Computer, Inc. All rights reserved.
- #
-
- TARGETNAME = Echo
- CMNDIR = '::'
- OBJECTS = Echo.o {CMNDIR}ndcdGlue.o {CMNDIR}NativeNub
- COMPILE = MrC
-
- {TARGETNAME} ƒƒ Echo.makefile {OBJECTS}
- PPCLink -w -main ndcdExport {OBJECTS} ∂
- "{SharedLibraries}StdCLib" ∂
- -o {TARGETNAME} # link 'em together
- rez EchoAdd.r -a -o {TARGETNAME} # rez it as an 'ndcd' resource
- setfile -t 'rsrc' -c 'RSED' {TARGETNAME} # set the file type & creator
-
- Echo.o ƒ Echo.makefile Echo.c
- {COMPILE} -i {CMNDIR} Echo.c -o Echo.o
-